Licence query on font usage

Hi,
I tried to send this same query to Adobe Support but they are taking very long to answer and so I thought of posting the question here to have an idea about the answer I may receive from them.
I would like to purchase an Adobe font in order to use it as the base for a logo I am going to develop. The logo would have minor modifications to some of the letter characters by using Adobe Illustrator. In other words; all modifications will be graphically based and the actual font files will not be modified in any ways.
The logo will then be used in its graphical format and the font files (those that I purchase) will not be given with the logo in any way.
Is this allowed by the Adobe Standard License Agreement? I feel personally feel it does but just want to be sure before actually making the purchase.
Thanks and Regards.
Simon J.

vRealize Operations manager can do this if you want to monitor behaviour/normality, and report based off of this data.  this would connect to vCenter directly to get the data (VMs and templates view in vCenter mimics that of the Organization (vDC) / vApp Structure).
Chargeback can sample and monitor for the purposes of a creating a bill/invoice for a given VM.  This would connect to both vCloud and vCenter to build the reports.
vCloud Director which is available to VSPP/vCloud Air Network members has some basic monitoring included in the product, but requires API calls to gather the data and an additional Cassandra/Kairos DB to store the information.

Similar Messages

  • Adobe CC typekit font usage within Software / Apps

    Hello!
    from the font licencing center it wasn't really clear to me how the licence is regarding the usage of fonts in apps.
    Lets say I have a creative cloud subscription, so I'm able to use all fonts from the Typekit lib.
    If i use a font in an app design, which im going to sell on the appstore, how will the licence situation be once i quit the CC subscription model?
    Of course I dont want to remove the app from the appstore. Meaning the app will continue to sell, without me having the licence for the used font anymore?
    thanks and best regards,
    fabian

    Hi Fabian,
    Thanks for your interest in Typekit!  The font licensing through Typekit does not include the option to embed the fonts in a native app. In order to use a font in an app, you will need to purchase a separate license from the foundry.
    For more details, please refer to the "Typekit Font Licensing" help page.
    We hope to be able to support embedded fonts in the future, but it isn't available at this time. Sorry I couldn't be of more help; please let me know if you have any other questions.
    -- liz

  • Change cell color of query results,font size,style

    Change cell color of query results,font size,style
    Hello
    I have this code below and I want to know if it is possible
    to make the column header a font style different
    Example:
    Font size =12
    Verdena
    blue
    And the cell of the column name a different color for ex
    Yellow
    Can this be done here and where in this code do I put it??
    Thank you so much
    <cfquery name="gelov datasource="kl90">
    SELECT
    FROM
    WHERE
    ORDER BY
    <cfswitch expression="#Form.orderBy#">
    <cfks value="KSNUMBER">
    KS.KS_NBR
    </cfks>
    <cfks value="CREATIONDATE">
    KS.KREATDAT
    </cfks>
    </cfswitch>
    </cfquery>
    <!---html report--->
    <cfswitch expression="#Form.outputFormat#">
    <cfks value="HTML">
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Ctwye Kss Report</title>
    </head>
    <style type="text/css">
    table{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    td{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    th{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    h3{
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    </style>
    <body>
    <cfoutput>
    <table border="0" cellpadding="3" cellspacing="0">
    <tr>
    <td align="center">
    <h3>Ctwye Kss
    Report</h3><br><br></td>
    </tr>
    <tr>
    <td align="center">
    </h2>report returned #getCtwyeKss.RecordCount#
    records</h2></td>
    </tr>
    <tr>
    <td>
    <table border="1" cellpadding="2" cellspacing="0">
    <tr>
    <td width="160">Ks Number</td>
    <td>K-date</td>
    <!--- <td class="dataField">Address</td>
    <td class="dataField">Type</td>
    <td class="dataField">Description</td>--->
    </tr>
    <cfloop query="getCtwyeKss">
    <tr bgcolor="<cfif currentrow mod
    2>GHOSTWHITE<cfelse>WHITE</cfif>">
    <td>#KS_NBR#</td>
    <td>#dateformat(KREATDAT,"mm/dd/yyyy")#</td>
    </tr>
    </cfloop>
    </table>
    </td>
    </tr>
    </table>
    </BODY>
    </HTML>
    </cfoutput>
    </cfks>
    <cfks value="CSV">
    <CFHEADER NAME="Content-Disposition" VALUE="attachment;
    filename=ctwye.csv">
    <cfcontent type="application/msexcel">"Ks
    Number","K-date"
    <cfoutput
    query="getCtwyeKss">#ltrim(KS_NBR)#,"#dateformat(KREATDAT,"mm/dd/yyyy")#"
    <tr #IIF(getCtwyeKss.CurrentRow MOD
    2,DE(''),DE('backgroundColor="##999"'))#>
    <!---<tr bgcolor="<cfif currentrow mod
    2>##808080<cfelse>##ffffff</cfif>"> --->
    </cfoutput>
    </cfks>
    </cfswitch>

    By using <TH> instead of <TD> on your header row
    you can then specify different font type and size in your CSS code.
    th{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    I'm guessing this is your header?
    <tr>
    <td width="160">Ks Number</td>
    <td>K-date</td>
    <!--- <td class="dataField">Address</td>
    <td class="dataField">Type</td>
    <td class="dataField">Description</td>--->
    </tr>
    If so, change these <TD> to <TH>
    <tr>
    <th width="160">Ks Number</th>
    <th>K-date</th>
    <!--- <th class="dataField">Address</th>
    <th class="dataField">Type</th>
    <th class="dataField">Description</th>--->
    </tr>

  • How to query Opentype fonts with Contextual Alternates

    Hi,
    I am using the C++ API for Indesign CS4.
    Is there a specific way to query Opentype fonts with contextual alternatives? The method that I use right now results in special reserved characters being outputted. It works however, for other Opentype fonts that do not use contextual alternatives. I am wondering if this is due to me not querying the right object or possibly something I am doing with the text's encoding.

    I tried to use the AFDKO's CFFChecker program, but i get the following error each time I want to run it:
    "File "F:\Tools\AFDK\FDK1.6-Win4\Tools\Programs\tx\exe\CFFChecker.py", line 46, in ?
    from txlib import *
    ImportError: DLL load failed: The specified module can not be found."
    What does the error mean? I followed the installation instructions, I repeated the installation process but it did not work. What else can I do?...
    Thanks in advance...

  • Has the issue with font licences and embedding fonts in a dynamic PDF been solved?

    Hi all,
    Can I check if this issue has been fixed in LiveCycle yet please?
    http://forums.adobe.com/message/3724557
    Issue is that although LC lets you specify what typeface should be used for the caption/value in a form, it cannot discern the corresponding licencing requirements.
    So in the case where even though a particular font isn’t used for any editable information – being set as the caption only – LC requires a font permitting embedding for editing, otherwise the font is not embedded at all and therefore is substituted for another typeface on a system where the font isn’t available.
    Seems LC needs it's embedding requirements to catch up with the usage of type in a dynamic PDF, as in cases where the fonts bundled with Reader or system fonts aren't suitable, such as when a visual standard needs to be met, the user may not be overly keen on paying a significant financial penalty for editable font licences.
    Thanks
    James

    Hi James,
    I don't think that it the case at all. If the font has a license for enbedding then that is what happens:
    I accept that some fonts come with expensive "embedding for editing" licenses, but Adobe's implementation is in line with the font industry's expectations.
    I don't think this is a "bug" that will be fixed.
    Niall

  • Query default font programmatically

    I know there have been many posts on font sizes and keeping them the same between VIs and EXEs, but I think I have one that hasn't been addressed elsewhere.
    I'd like to create a VI that automatically generates the .ini file that goes along with the EXE. The point of the VI is to make sure that the EXE font sizes end up the same as those from the development environment.
    My problem is that I don't know how to query the default LabVIEW font size programmatically. That is, the size of font LabVIEW uses for app, dialog, system if nothing is specified in the LabVIEW ini file. I know that the default LabVIEW font size is somehow derived from the Windows Message Box font, and I can query that with a .NET property node, but I can't figure out how exactly LabVIEW decides what size to use from the Windows setting.
    For example, I have two machines. One is Windows 7, one is Windows Server 2008. The Windows 7 machine uses size 9 Segoe UI for its message box font. The Windows Server 2008 machine uses size 8 Tahoma. Neither machine has any font settings in its LabVIEW ini file. If I drop a control on the front panel in Windows 7, I end up with application font size 15. If I drop a control in Server 2008, I end up with app font size 13. If I then go and change the windows message box font to size 9 Tahoma in Server 2008, my controls show up as app font size 14. It seems like LabVIEW decides what font size to use by default in a slightly different way in 7 vs Server 2008.
    Does anybody know how to ask LabVIEW programmatically what its default font size is?

    maxwellb,
    The easiest way to programatically ask what the default font size is to have a control on the front panel and use a property node to ask the font size.  This property node is under text>>font>>size. If you do not want the control to be visible on your front panel because you are not using it, you can click the control from the block diagram and choose hide control.  
    Because there has been a lot of talk about keeping fonts consistent across platforms, there is an idea exchange on this issue where ideas can be presented to R&D: http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Persistent-font-Settings/idi-p/943336
    I encourage you to give this Kudos if it is something you would like because this is how R&D makes decisions on what to include in future versions.
    Chris
    National Instruments
    Applications Engineer

  • Font usage (=fonts embedded in Illustrator)for stock design (=commercial purpose)

    Hi,
    I have a question concerning the commercial usage of the fonts incorporated in Illustrator. Is it legal to use  them (after converted into outlines) for creating stock vectors and then selling them on stockphotos/designs web pages? If I have purchased the product itself, do I have to purchse also the embedded fonts separately in order to create files for commercial purposes? I would be grateful if you could provide me a clear and concreate answer. I have been searching for a month to get a response and I haven't found it yet. Thank you very much for your precious help.

    I will assume that by “fonts incorporated in Illustrator” you actually mean fonts that are installed by Adobe as part of the installation of Illustrator. My response also applies for any other fonts licensed from the Adobe Type Library directly from Adobe.
    You may use and embed fonts using Illustrator, InDesign, and Photoshop PDF and EPS output file formats without any restriction. That includes embedding them in files that you license to others. You don't need to outline or rasterize the text to remain legal. In fact, outlining degrades output quality since you lose “intelligent scaling” provided by the font technology and font definitions with result of overly bold and blotchy looking text at low magnifications and resolutions. Rasterizing is even worse since the results are tied to a particular resolution.
    What you may not do is to sell artwork in .AI (Illustrator), .INDD (InDesign), or any one of the Photoshop formats with layers preserving live text and include the fonts as separate files. (You obviously could distribute such source files without the fonts and point your customers to where to license them!)
    Clearly, the best option in terms of output of your artwork and designs for resale would not outlining or rasterizing text and saving or exporting as PDF (either PDF/X-4 or High Quality Print options) maintaining color management and live transparency (if used).
              - Dov
    PS:  This advice with regards to fonts may or may not apply to fonts sourced elsewhere. You must read the EULA (End User License Agreement) associated with the fonts you plan to license. Some may allow embedding but require royalties for the distributed PDF or EPS files that have the fonts embedded. Some prohibit outlining or treat outlining the same in terms of restrictions as embedding the font itself. And some have similar restrictions on rasterization. Check such terms before you license a font!!! Yes, you must read the licenses!

  • Query to find usage of columns in application

    hi..want to prepare a query..
    i have a list of tables and columns.Basically now i want to find their usage i.e their usage in
    packages and procedures and only in select query.
    can some one help me with the query immediately.

    but then i have to see only those columns which are being used in select queries,and are not used in dml .moreover some columns are commom to more than 1 table..so its kind of confusing or rather cumbersome to check every line given in the user_source to verify that the column is used in select query and to whcih table it belongs.

  • Font usage in print module

    I've always wodered why I don't have access to my installed fonts to put text on my prints - no choice of installed fonts is available in the print module, whereas in the slideshow module all my fonts are avalable! This has always been like that (LR 2, 3) and is still so in LR 4 beta. Please, please, Adobe folks, change that asap!

    I have always wondered also.  I keep asking.  I keep hoping. Ver 0,1,2,3,4.....maybe 5.

  • Losing Font usage

    Hello
    I have created user accounts for my students here in our computer lab on our macs. What I am noticing is that Pages is losing its font capabilities in the user accounts. Some of my students can't change fonts, or point sizes, and everything comes up in a default font. I have tried to use Font Book to reopen them, but Font Book is telling me that they are open. HELP!! I have their first major project happening next week.
    BklynTechTeacher

    I have created user accounts for my students here in our computer lab on our macs. What I am noticing is that Pages is losing its font capabilities in the user accounts.
    The idea is as follows: In Mac OS 9 and earlier, fonts lived in one place and the operating system was for one user. In Mac OS X, the operating system is for multiple users and fonts live in multiple places. If all users are to access a font, make it live in the top level under Computer. If one user is to have access and another user is not to have access to a font, make it live in the Home level of the one user and not in the Home level of the other user. In other words, if all kids are to have access to a font, make the font live in the top level under Computer. /hh

  • Unicode font usage with jTabbedPane

    Hey there
    I faced a problem when I use Unicode characters on JTabbedPane
    the font is amharic power geez unicode1 and it works fine with jLabel and partially with jButtons ( except trying to set text at run time )
    The problem with jTabbedpane is that when I change its tab title property the other tabs disappear ( am using netbeans 5.5 )

    To me, it looks as if your problem is that you're only calling setFont on "this".
    That's only going to set it for the top level frame, and doesn't always do it for every individual component. The easy way to get around this is to go berserk with the setFont call. Set it on anything (heck, set it on your dog if it makes you feel any better)! ;D
    The slightly harder but smarter way to do this is to write a recursive function that drills down your component list.
    public void setFontRecursively(Font myFont, Component comp) {
       comp.setFont(myFont);
       if (comp instanceof Container) {
          Component[] childComps = ((Container)comp).getComponents();
          if (childComps != null) {
             for (int i=0; i < childComps.length; i++) {
                setFontRecursively(myFont, childComps);
    That should basically cover anything bar popup menus and drop-down submenus. You have to recall this as they appear, or they don't get the font straight off.
    Hope that helps!
    Martin Hughes

  • Query on vCloud Usage Meter Reporting

    Hello ,
    Can vCloud Usage Meter provide report of  vCpu  , vRam  &  Storage Consumption  on monthly basics for each individual  vCloud Workload (Virtual Machine )  ?
    I am looking for   Monthly report of  vCpu/ RAM & Storage  utilization by each  Individual vCloud  Director   Virtual Machine
    Can vCloud usage meter fulfill  this requirement
    Thanks in Advance

    vRealize Operations manager can do this if you want to monitor behaviour/normality, and report based off of this data.  this would connect to vCenter directly to get the data (VMs and templates view in vCenter mimics that of the Organization (vDC) / vApp Structure).
    Chargeback can sample and monitor for the purposes of a creating a bill/invoice for a given VM.  This would connect to both vCloud and vCenter to build the reports.
    vCloud Director which is available to VSPP/vCloud Air Network members has some basic monitoring included in the product, but requires API calls to gather the data and an additional Cassandra/Kairos DB to store the information.

  • Query on Customer usage on a VMs

    Hi Team,
    I need assistance on the following queries
    We are trying to check the feasibility of using VCloud usage meter but we are not able to understand how we can achieve following things
    1) Customer X has been provided access to VM Cloud machine. some ip address machine.
    2) I need to know how to configure this Customer X usage in vCloud usage meter on VM A. ITs not allowing me check the particular users usage on each VM? I mean I want to understand how this Customer X used the VM and charge him accordingly for his usage.
    Like wise I have many users using the VMs.
    Thanks and request you to please email me if you have any queries
    Regards,
    Shiva Shankar Sheela

    Hello
    I am facing an issue on User exit usage. I am doing following steps.
    1. Dragging Calander year/month characteristic.
    2. Define a varaible (Technical Name: ZCALMONTH) with Customer exit as processing by and Single value with entry "Optional" field. 
    3. Go in CMOD and oepn EXIT_SAPLRRS0_001.
    4. Open include "ZXRSRU01".
    5. Write following code and activate it.
    data: l_s_range type rsr_s_rangesid.
    data: l_help(8) type c.
    case 'i_vnam'.
    when 'ZCALMONTH'.
    clear: l_s_range.
    l_help = sy-datum. "actual day
    l_help+6(2) = '01'. "first of month
    l_help = l_help - 1. "previous month
    l_s_range-low = l_help(6).
    l_s_range-sign = 'I'.
    l_s_range-opt = 'EQ'.
    append l_s_range to e_t_range.
    endcase.
    After doing all above steps, variable default value remains blank. Please let me know if i am wrong or missing any step.
    Thanks

  • Typekit font usage (2 interrelated questions)

    Dear all
    I'm having two problems with my fonts.
    (1) the typekit fonts arn't loading before the page, making the alternate fonts load  (and the page load awkwardly) then replacing them with the typekit fonts.
    (2) While I dislike the alternate fonts, I see a need to make sure they work well  - can you toggle the typekit fonts on and off to make sure the alternate fonts won't mess up your design?
    www.loveand yeggy.com
    Thank you,
    William

    Hi William,
    It sounds like you're seeing something called FOUT, or the flash of unstyled text. Fonts are loaded as assets into a web page, and depending on your browser or your connection speed, they can load quickly or lag a bit behind the rest of the page. Typekit gives you tools for controlling the FOUT, which you can learn all about here: http://help.typekit.com/customer/portal/articles/6852
    That being said, I took a look at the site but didn't notice any FOUT issues. Also, in order to control the CSS for fallback fonts, you can use our Font Events that help with the FOUT. Take a look at this article for more information: http://help.typekit.com/customer/portal/articles/693940-specifying-fallback-fonts
    I hope this helps. If you have any further quesitons, feel free to drop Typekit Support a line at: [email protected]
    Cheers,
    Ben
    Cheers,
    Benjamin

  • Font Usage Overview?

    I am well familiar with fonts in print design, but have little experience with Flash.
    I do know that it's better to create the type within the Flash document, instead of importing as a jpg...
    I also know that I have to have the fonts activated in Suitcase or wherever otherwise it defaults.
    Is there a way to 'flatten' or 'embed' the fonts if I am not using system fonts? If so, how? Can I leave an editable layer and just embed another layer? Also what are the repercussions size-wise. Do I have a smaller file flattening/embedding?
    Thanks!

    You can embed the fonts by selecting the textfield you are using the font for, and in the Properties panel you click on the Embed button. In there you can specify which character ranges are to be embedded, and that can be anything from just the characters used by the field, through to every character that the font has. Normally you might pick the upper and lower case, the punctuation, and maybe the basic Latin set. The file size will be different depending on how many of the glyphs you end up including.
    With CS4 you would need to do that for each textfield that is going to need the font, but it won't increase the file size if two fields are using the same character ranges. With CS5 things are improved, in that if you have embedded the character ranges for any textfield, and other textfield will have access to those characters even if you don't go into its embed settings.

Maybe you are looking for