问题标签 [font-size]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
fonts - 我们还应该使用 em 和 % 来定义网站元素的字体大小吗?
我发现了很多关于为网站使用不同字体大小和度量单位的建议。他们中的大多数建议以 % (100.1%) 定义正文字体大小,其余部分使用 em。我意识到这对于在放大和缩小时保留比例非常有用,特别是对于旧浏览器。但是今天大多数网络浏览器都可以限制网站元素的比例,即使是固定大小的元素。
那么我们还是应该使用 % 和 em 还是可以使用像素?
谢谢你。
matplotlib - matplotlib:控制饼图字体颜色、线宽
我正在使用一些简单的 matplotlib 函数来绘制饼图:
但是,我不知道如何设置默认字体颜色、线条颜色、字体大小——或者将它们传递给 pie()。它是如何完成的?
xcode - 我可以更改 Xcode IDE 字体的大小吗?
我想更改 Xcode IDE 的“组和文件”面板的字体大小。我知道如何更改首选项中的“字体和颜色”,但那些(似乎)只影响代码窗口,而不影响 IDE 的其余部分。有任何想法吗?谢谢!
javascript - 获取 JS 中 DOM 元素的计算字体大小
font-size
考虑到其他地方的通用设置(body
例如在标签中)、继承的值等等,是否可以检测 DOM 元素的计算?
独立于框架的方法会很好,因为我正在编写一个应该独立工作的脚本,但这当然不是必需的。
背景:我正在尝试调整CKEditor 的字体选择器插件(来源此处),以便它始终显示当前光标位置的字体大小(而不是仅在span
具有显式font-size
设置的 a 中,这是当前行为)。
wpf - 如何在 WPF Viewbox 中保持恒定的 FontSize?
我有一个Viewbox
带有许多TextBlock
s 的 s ,这些 s 由ViewBox
. 像这样的东西:
如果用户调整大小,则Viewbox
其内容将完美缩放以匹配。但是,FontSize
无论Viewbox
.
我怎样才能做到这一点?我可以在 XAML 中执行此操作而不附加到Resize
事件吗?
css - 动态字体缩放 CSS
我喜欢在 Vista 上使用 MS 字体,它们很棒。然而,它们比常见的故障保护字体小几个点,这意味着针对 Vista 字体优化的网站对于使用旧字体的人来说并不好看。
这篇旧文章中描述了该问题:
http://neosmart.net/blog/2006/css-vistas-new-fonts/
从那以后已经3年了。有没有找到解决办法?谢谢。
iphone - 调整字体大小以填充 UITextView?
如何在 UITextView 中设置文本的字体大小以使其填充整个 UITextView?我希望用户输入他们的文本,然后让文本填充整个 UITextView。
任何帮助表示赞赏!
asp.net - ASP.NET changing style in DIV tag
I am working on a web site for an optical company. The company works with people that have minor visual impairment up through major impairment, some requiring special equipment in order to view web pages.
Because of the diverse client requirements, we are planning to make available, an option which allows the client, at the time of viewing, to select (stored in a cookie, option hooked to an ASP.NET checkbox) that will make the text size on the page larger and remove some of the pictures that are not required.
The text size is set in the DIV tag, Style "font-size: ##". What I want to do is when the checkbox is unchecked the page will use a normal size and when it's checked the ASP.NET page will change to a larger font. I am not sure how to change a DIV tag (client-side) with a server-side call.
Any ideas on how to do this?
One person elsewhere recommended that I dynamically create the div tag server-side (Response.Write()) but I don't want to use that if there is another way. Just seems like it will be more overhead when whats needed.
Thanks,
font-size - 如何解决此类问题?
首先双击文本test
,然后突出显示,
然后您可以通过萤火虫看到<span>
它所在的内容比文本本身短。
如何使span
文本自动增长?
c# - 避免自动增加字体大小c#
我正在使用 MasterPage 并在母版页中使用 CSS。我的问题出在它的内容页面中,我有一个消息框出现在某些情况下导致字体大小增加。我的内容页面中没有任何字体规范。当我单击消息框的“确定”时,我不知道我的内容页面字体大小如何变化。
请建议我一些解决方案。
谢谢