mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-19 08:53:30 +00:00
Comment tweaks
This commit is contained in:
+1
-2
@@ -353,10 +353,9 @@ var CPFontNameKey = @"CPFontNameKey",
|
||||
@end
|
||||
|
||||
|
||||
// aName must normalized
|
||||
// aName must be normalized
|
||||
var _CPFontCreateCSSString = function(aName, aSize, isBold, isItalic)
|
||||
{
|
||||
// aName might be a string or an array of preprocessed names
|
||||
var properties = (isItalic ? "italic " : "") + (isBold ? "bold " : "") + aSize + "px ";
|
||||
|
||||
return properties + _CPFontConcatNameWithFallback(aName);
|
||||
|
||||
Reference in New Issue
Block a user