Giter Club home page Giter Club logo

iconutility's Introduction

IconUtility

比如WPS图标阴影问题:在office上十分舒爽的透明图标,在WPS上立马因为图标不透明产生阴影而导致颜值直线下降。

image

曾经为解决这个问题,找遍全网也没有答案,于是自己决定自己写一个库来实现WPS图标透明功能。 解决思路:

1.将字体图标加载到资源文件中;

2.利用System.Drawing将字体图标绘制为图片加载到VSTO项目中; 3.WPS中将 Color backgroundColor = Color.FromRGB(A,R,G,B); 最终效果:

1.解决WPS图标阴影;

2.实时渲染图标颜色;

图片

iconutility's People

Contributors

sizuichu avatar

Stargazers

 avatar  avatar

Watchers

 avatar

iconutility's Issues

很好用的代码,但还有一个瑕疵

这个方案是用白色背景解决阴影问题,但当鼠标移入按钮上时,按钮背景会变成灰色,这时图标的白色底就显示出来了,有碍美观,你有解决的方案吗?

我想过通过鼠标移入、移出按钮的事件来解决,但似乎VSTO并没有提供这些事件。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.