Skip to content

Silas Yamakami

My feedback

15 results found

  1. 40 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Silas Yamakami supported this idea  · 
  2. 31 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Silas Yamakami commented  · 

    A workaround while this is not fixed is to select the text on path object, move it with arrow key, outline the text and then move it back to the right position.

    Silas Yamakami supported this idea  · 
  3. 20 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Silas Yamakami supported this idea  · 
  4. 45 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Silas Yamakami commented  · 

    Please add option to enable Font preview on Find Font not just in preferences

    An error occurred while saving the comment
    Silas Yamakami commented  · 

    I believe it's worse when the the fonts are compressed and ultra condensed that you just can't read it.

    And it would be good if we could also type the whole font name to faster locate the font we want in the system and not just the first letter.

    Silas Yamakami supported this idea  · 
  5. 141 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Silas Yamakami commented  · 

    While we wait for this change, we can use a script to save the file in the desired PDF preset.

    Just save a JSX file with this code:

    function saveAsPDF() {
    var pdfFile = new File(app.activeDocument.path + "/" + app.activeDocument.name.split('.')[0] + '.pdf');
    var pdfOptions = new PDFSaveOptions();
    pdfOptions.pDFPreset = "[PDF/X-1a:2001]"; //insert the preset name as it's written in Illustrator
    app.activeDocument.saveAs(pdfFile, pdfOptions);
    }
    saveAsPDF()

    Then run the script by adding it to your Illustrator scripts folder or other methods like AutoHotKey, drag and drop... I use Streamdeck to run it.

    To not have the warning every time you try to run the script, create this single time use script:

    #target illustrator

    app.preferences.setBooleanPreference("ShowExternalJSXWarning", false);

    Silas Yamakami supported this idea  · 
  6. 37 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Silas Yamakami commented  · 

    While we wait for Adobe to fix this, I use a simple scripts to enable and disable "no break". I assigned a shortcut to it with AutoHotkey

    #target illustrator

    var nobreak = app.selection.characterAttributes.noBreak
    app.selection.characterAttributes.kerningMethod = AutoKernType.METRICSROMANONLY

    if (nobreak == false){
    app.selection.characterAttributes.noBreak = true;
    } else {app.selection.characterAttributes.noBreak = false;}

    Silas Yamakami supported this idea  · 
  7. 22 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Silas Yamakami supported this idea  · 
  8. 36 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Silas Yamakami supported this idea  · 
  9. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Silas Yamakami shared this idea  · 
  10. 11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Silas Yamakami supported this idea  · 
  11. 17 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Silas Yamakami supported this idea  · 
  12. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Silas Yamakami supported this idea  · 
  13. 25 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Silas Yamakami supported this idea  · 
  14. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Silas Yamakami shared this idea  · 
  15. 8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We could reproduce this issue at our end, following are the findings

    1. This issue is reproducible in CPU, GPU Rendering and Print Preview(thumbnail).
    2. Reproducible in older versions as well including Illustrator CS6 (not a new break in CC 2018)
    3. Works fine in Overprint Preview
    4. Works fine in Print & PDF

    Please confirm above observation match with the problem reported in this issue

    Silas Yamakami supported this idea  · 

Feedback and Knowledge Base